'宣言 Public Function Substract( _ ByVal value As Range(Of T), _ ByVal incrementor As System.Func(Of T,T), _ ByVal decrementor As System.Func(Of T,T) _ ) As System.Collections.Generic.IEnumerable(Of Range(Of T))
public System.Collections.Generic.IEnumerable<Range<T>> Substract( Range<T> value, System.Func<T,T> incrementor, System.Func<T,T> decrementor )
パラメータ
- value
- incrementor
- decrementor